/* 头部 */
.header{
  /* width: 100%; */
  /* min-width: 1210px; */
  height: 184px;
  border-top: 2px solid #d74339;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-l{
  /* position: absolute;
  left: 50%;
  top: 54px;
  transform: translateX(-50%); */
  display: flex;
  align-items: center;
  width: 600px;
  margin-left: 300px;
}
.header-l img:first-child{
  margin-right: 13px;
}
.header-r{
  /* position: absolute;
  top: 55px;
  right: 0; */
  margin-left: 100px;
  margin-top: 30px;
  width: 300px;
  color: #d74339;
}
.wxwb{
  background: url('../images/wxwb.png') no-repeat center center;
  width: 251px;
  height: 28px;
  display: flex;
}
.wxwb a {
  display: inline-block;
  width: 50%;
  height: 28px;
  text-decoration: none;
  position: relative;
}
.wxwb a .w-img{
  position: absolute;
  width: 125px;
  height: 125px;
  top: 29px;
  left: 0;
  display: none;
}
.wxwb a:hover .w-img{
  display: block;
}
.w-img img{
  width: 100%;
  height: 100%;
}
.header-input{
  height: 28px;
  display: flex;
  align-items: center;
}
.header-input input{
  width: 194px;
  height: 100%;
  padding: 0 10px;
  /* border-color: #d74339; */
  border: 1px solid #d74339;
  border-radius: 8px 0 0 8px;
  margin-right: 1px;
}
.header-input img{
  cursor: pointer;
}
.header-date{
  line-height: 35px;
  color: #d74339;
}

/* 导航栏 */
.header-nav{
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  color: #fff;
  background: #d74339;
  overflow-x: auto;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.3) inset;
}
.header-nav .nav{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header-nav a span{
  color: #fff;
  line-height: 29px;
  padding: 0 8px;
  border-right: 3px solid #fff;
  white-space: nowrap;
}
.header-nav a:last-child span{
  border: 0;
}